home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Introducing the New Way to Shop From Home
/
Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso
/
pc
/
MacStepbyStep.dxr
/
Internal_67_pizza2 decrease quantity.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-01
|
370 b
|
18 lines
on mouseDown
global gQuantity2, gList2Prod, gList2Quant
if gList2Prod = string("Tate & Lyle Granulated Sugar") then
nothing()
else
if gList2Quant = 0 then
nothing()
else
if gQuantity2 > 0 then
gQuantity2 = gQuantity2 - 1
member(70).text = string(gQuantity2)
else
nothing()
end if
end if
end if
end